projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1634ed
)
[WINDOWSNT]: Don't include sysselect.h
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Sep 2007 09:12:05 +0000
(09:12 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Sep 2007 09:12:05 +0000
(09:12 +0000)
src/ChangeLog
patch
|
blob
|
history
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 6beadbcfad92cecc3a28242082e58b6da1123907..87e761864ab98ef5cb5abc7faa9b5838729c76e1 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2007-09-08 Eli Zaretskii <eliz@gnu.org>
+
+ * sysdep.c [WINDOWSNT]: Don't include sysselect.h
+
2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
* s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
diff --git
a/src/sysdep.c
b/src/sysdep.c
index ff7a4f5f42c85cebf157a2d8ee095f4553dee819..d0a22808723e1082b720e74c089d93fb828791c4 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-46,7
+46,11
@@
extern void srandom P_ ((unsigned int));
#endif
#endif
+/* The w32 build defines select stuff in w32.h, which is included by
+ sys/select.h (included below). */
+#ifndef WINDOWSNT
#include "sysselect.h"
+#endif
#include "blockinput.h"